projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9e34e
)
tramp.texi: Revert last change due to backward compatibility
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 1 May 2016 08:14:05 +0000
(10:14 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 1 May 2016 08:14:05 +0000
(10:14 +0200)
doc/misc/tramp.texi
patch
|
blob
|
history
diff --git
a/doc/misc/tramp.texi
b/doc/misc/tramp.texi
index 3bc83565409a32648d2fc62ab4275e90ae065962..08e5de20c21352e376e880fd5fd5f521047677be 100644
(file)
--- a/
doc/misc/tramp.texi
+++ b/
doc/misc/tramp.texi
@@
-3132,9
+3132,11
@@
Since @file{filecache} remembers visited places, add the remote
directory to the cache:
@lisp
-(with-eval-after-load "filecache"
- (file-cache-add-directory
- "@trampfn{ssh,news@@news.my.domain,/opt/news/etc/}"))
+@c `with-eval-after-load' has been introduced with Emacs 24.4. Shall
+@c be used when appropriate.
+(eval-after-load "filecache"
+ '(file-cache-add-directory
+ "@trampfn{ssh,news@@news.my.domain,/opt/news/etc/}"))
@end lisp
Then use directory completion in the minibuffer with @kbd{C-x C-f